Namorkipast,
The fixture offsets are stored in the Interpreter "Vars" which you can download to KFLOP. The table below shows how the Var numbers are assigned.
Regards
TK
static const int _required_parameters[] = {
5161, 5162, 5163, /* G28 home */
5164, 5165, 5166,
5181, 5182, 5183, /* G30 home */
5184, 5185, 5186,
5211, 5212, 5213, /* G92 offsets */
5214, 5215, 5216,
5220, /* selected coordinate */
5221, 5222, 5223, /* coordinate system 1 */
5224, 5225, 5226,
5241, 5242, 5243, /* coordinate system 2 */
5244, 5245, 5246,
5261, 5262, 5263, /* coordinate system 3 */
5264, 5265, 5266,
5281, 5282, 5283, /* coordinate system 4 */
5284, 5285, 5286,
5301, 5302, 5303, /* coordinate system 5 */
5304, 5305, 5306,
5321, 5322, 5323, /* coordinate system 6 */
5324, 5325, 5326,
5341, 5342, 5343, /* coordinate system 7 */
5344, 5345, 5346,
5361, 5362, 5363, /* coordinate system 8 */
5364, 5365, 5366,
5381, 5382, 5383, /* coordinate system 9 */
5384, 5385, 5386,
RS274NGC_MAX_PARAMETERS
};
| |